/**
 * @fileOverview 
 * @author daiying.zhang
 */
.jscrollbar {position: relative}
.jscrollbar .x, .jscrollbar .y{position: absolute;}
.jscrollbar .x{width: 100%; left: 0; bottom:0}
.jscrollbar .y{height: 100%; top: 0; right: 0}

.jscrollbar .x .thumb, .jscrollbar .y .thumb{position: absolute; background: #003586;background: rgba(0,53,134,.6); border-radius: 5px;cursor:pointer;}
.jscrollbar .x .thumb{height: 100%; bottom:0}
.jscrollbar .y .thumb{width: 100%; left:0}